ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / Binding Property

In This Topic
    Binding Property (ScatterMapLayer<T>)
    In This Topic
    Gets or sets the binding for the layer.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    Remarks
    The binding can include two comma-separated property names (longitude and latitude) 'lon,lat' or a single property name that contain a pair of geographical coordinates.
    See Also